@@ -28,7 +28,7 @@ class Command(CompatibilityBaseCommand): |
||
| 28 | 28 |
k, v = r.blpopjson(MEMBER_SEND_COUPON_LIST2, 60) |
| 29 | 29 |
|
| 30 | 30 |
if not v: |
| 31 |
- continue |
|
| 31 |
+ break |
|
| 32 | 32 |
|
| 33 | 33 |
close_old_connections() |
| 34 | 34 |
|